home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Get < prev    next >
Text File  |  1998-02-16  |  468b  |  23 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                    GET
  3.  
  4.  
  5.    USE:
  6.    This command is similar to GETENV but it retrieves the value of a LOCAL
  7.    environmental variable.
  8.  
  9.    PATH:
  10.    Internal
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>ECHO "Test is $ test"
  17.    Test is local
  18.  
  19.    NOTES:
  20.    The Doller ($) operator in the above example informs AmigaDOS to read
  21.    and display the test variable.
  22.    (see also GETENV covered in Commands)
  23.